{% load static %} Student Management System | Student Dashboard {% comment %} For Custom CSS {% endcomment %} {% block custom_css %} {% endblock custom_css %}
{% include 'student_template/sidebar_template.html' with user=user id=id %}
{% comment %} It simply holds all visual elements and content on the page. {% endcomment %}

{% block page_title %} {% endblock page_title %}

{% comment %} putting home button at right border {% endcomment %}
{% block main_content %} {% endblock main_content %}
{% comment %} minimised version of js for compacting intp smaller files. {% endcomment %} {% comment %} set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice. {% endcomment %} {% comment %} provide compiled CSS and JS ( bootstrap.Bundled JS files ( bootstrap. bundle. js and minified bootstrap. {% endcomment %} {% comment %} Chart.js is a free open-source JavaScript library for data visualization, which supports 8 chart types: bar, line, area, pie, bubble, radar, polar, and scatter. {% endcomment %} {% comment %} generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. looks like heartbeat line {% endcomment %} {% comment %} jVectorMap consists of two modules: maps converter written in Python and jQuery plug-in which renders maps and provides JavaScript API to control them. {% endcomment %} {% comment %} A jQuery plugin is simply a new method that we use to extend jQuery's prototype object. By extending the prototype object you enable all jQuery objects to inherit any methods that you add. {% endcomment %} {% comment %} jqxKnob represents a jQuery plugin with round shape which displays a draggable indicator within a range of values. {% endcomment %} {% comment %} MomentJS is a JavaScript library which helps is parsing, validating, manipulating and displaying date/time in JavaScript in a very easy way. Moment JS allows displaying of date as per localization and in human readable format. {% endcomment %} {% comment %} A JavaScript component for choosing date ranges, dates and times {% endcomment %} {% comment %} A date/time picker component designed to work with Bootstrap 4 and Momentjs. {% endcomment %} {% comment %} Summernote is a JavaScript library that helps you create WYSIWYG editors online. {% endcomment %} {% comment %} A javascript scrollbar plugin which hides the native scrollbars and provides custom styleable overlay scrollbars, but keeps the native functionality and feeling. {% endcomment %} {% comment %} For Custom JS {% endcomment %} {% block custom_js %} {% endblock custom_js %}